This minor version has been deprecated

Address Validation System API

(0 reviews)

Environment & Testing

You, as an integrating partner, are expected to maintain your own development, test and production environments from which to call the corresponding Address Validation System API and to follow the software development life-cycle.

Environment Detail

NameUseAddress
Development EnvironmentThis environment is for development and unit testinghttps://address-validation-system-api-dev.cloudhub.io/addressValidation/v1.0.0/*
QA EnvironmentThis environment is for validation testinghttps://address-validation-system-api-qa.cloudhub.io/addressValidation/v1.0.0/*
UAT EnvironmentThis environment is for pre-prod validation testinghttps://address-validation-system-api-uat.cloudhub.io/addressValidation/v1.0.0/*
Production EnvironmentThis environment is for live use.https://address-validation-system-api.cloudhub.io/addressValidation/v1.0.0/*

Pre-requisites

Request Access to the API and generate Client ID/Secret. Please refer the How to Consume API and Security page for more details.

Testing Your Application

In order to make your integration easy and robust we provide below some sample test cases that you can use to test your integration.
Please extend with test cases specific to your business.

Suggested Test CasesURLExpected Result
Verify given addressverification?street=50 Fremont St&zip=94105&apt=Suite 300Expected options are displayed
Retrieve City and State for a given ZipcityState?zip=94111Expected options are displayed
Retrieve Zip for a given City,State and Streetzip?street=77 Geary St&city=San Francisco&state=CAExpected options are displayed

Reviews